home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000450_news@columbia.edu _Thu Jan 13 01:24:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id BAA00440
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Jan 2000 01:24:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA06497
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 13 Jan 2000 00:57:53 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Subject: Re: MS-DOS Kermit, more capabalities
  10. From: cangel@famvid.com
  11. Message-ID: <cPdf4.3607$KP.188008@tw12.nn.bcandid.com>
  12. Organization: bCandid - Powering the world's discussions - http://bCandid.com
  13. Date: Thu, 13 Jan 2000 05:57:28 GMT
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. On 1900-01-07 jrd@cc.usu.edu(JoeDoupnik) said:
  18.  
  19. JD>> FD> Is there no way to free the memory for additional
  20. JD>> FD> 'take'  commands  to  be used or does it just load up one
  21. JD>> FD> time and thats it?
  22.  
  23. JD>Take command files are literally Kermit commands, one after
  24. JD>the other. The file is not stored in Kermit, the lines are read and
  25. JD>processed one at a time. Macros and variables result in storage,
  26. JD>however, and there are limits on their quantity. Storage for values
  27. JD>of them are taken from DOS free memory. An MS-DOS Kermit command
  28. JD>line works in a buffer and hence has physical limits (1000 bytes
  29. JD>in round numbers).
  30.  
  31. With such a rich macro language it would be `nice' to be able to reuse
  32. the available memory so that more complex macros could be written and
  33. used while online without an `exit / reload' being required.
  34.  
  35. While I have your attention:  I've been compiling and fiddling with the
  36. WATTCP package which claims to have a part of it's code inside MSKermit.
  37.  
  38. MSKermit is many times more stable than the demo apps that come with the
  39. WATTCP source (operation online is `intermittent' with send being exremely
  40. poor and receive seems locked into something less than 9k6).  MSKermit
  41. OTOH seems to move right along using the same packet driver and achieves
  42. 90% of theoretical max transfers on a regular basis.
  43.  
  44. Question: could you direct me to any particular part of the WATTCP based
  45. code in the MSKermit source that would reveal how MSKermit seems to be
  46. so much better than the `origninal'?
  47.  
  48. BTW: I know what the `UUE' extension is but what is the `BOO' extension
  49. used on the v315 source code zip files?
  50.  
  51. Charles.Angelich
  52.